'宣言 Public Overloads Function Bind( _ ByVal xDataFieldName As System.String, _ ByVal valueProperty As System.String, _ ByVal sourceCollection As System.Collections.Generic.IEnumerable(Of T) _ ) As TBuilder
public TBuilder Bind( System.string xDataFieldName, System.string valueProperty, System.Collections.Generic.IEnumerable<T> sourceCollection )
パラメータ
- xDataFieldName
- Sets the name of the x data field.
- valueProperty
- Sets the name of the value data field.
- sourceCollection
- The data source
戻り値の型
Current builder